* {box-sizing: border-box;}

.column {float: left; padding: 10px;}
  .left {width: 30%;}
  .right {width: 70%;}
  .row:after {content: ""; display: table; clear: both;}

@media screen and (max-width: 983px) {
  .column {width: 100%; padding: 0;}
  . hero {background-position: 100% 50%;}
}

h3 {color: #1a1a1a;}

h2::after {
  background: linear-gradient(to right, #1a1a1a 0px, #1a1a1a 10px, #124e84 10px, #124e84 80px);
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px 0 20px;
  width: 80px;
}

body {
  background-color: #f2f2f2;
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
    -webkit-background-size: 6px 6px;
    -moz-background-size: 6px 6px;
  background-size: 6px 6px;
}

.more-info {
  background-color: #f2f2f2;
  border: 1px solid #dfdfe1;
  padding: 0 10px 10px 10px;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://jbu_ftp.sidearmsports.com/custompages/css/sport-file-assets/booster-hero.jpg");
  padding: 0;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}

.hero a {
  font-weight: bold;
  min-width: 250px;
  text-size: 3em;
  padding: 10px 45px;
  border: 1px solid #f9ca24;
  color: #f9ca24;
  transition: .25s;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}

.hero a:hover {
  border: 1px solid white;
  color: white;
}


.giving {cursor: default; color: #1a1a1a !important; width: 100%; border-collapse: collapse; margin-bottom: 15px !important; font-size: 14px; border-left: 1px solid #dfdfe1; border-right: 1px solid #dfdfe1;}
.giving tbody tr td {padding: 7.5px !important; border-top: 1px solid #dfdfe1; border-bottom: 1px solid #dfdfe1;}
.giving tbody tr td:first-child {width: 65%; font-weight: bold;}
.giving tbody tr td:nth-child(2) {width: 35%; text-align: center;}
.giving tbody tr {background-color: #fdfdff;}
.giving tbody tr:hover {background: #124e84; color: white;}

.needs {cursor: default; color: #1a1a1a !important; width: 100%; border-collapse: collapse; margin-bottom: 15px !important; font-size: 14px; border-left: 1px solid #dfdfe1; border-right: 1px solid #dfdfe1;}
.needs tbody tr td {padding: 7.5px !important; border-top: 1px solid #dfdfe1; border-bottom: 1px solid #dfdfe1;}
.needs tbody tr {background-color: #fdfdff;}
.needs tbody tr:hover {background: #124e84; color: white;}

.staff {margin-bottom: 15px !important;}
.staff tr td p {color: #1a1a1a; padding-left: 12.5px; transition-duration: .25s;}
.staff tr:hover .mug {border: 3px solid #1b76c7;}
.staff tr:hover a {color: #1b76c7;}
.staff tr td a {color: #124e84; text-decoration: none;}

.mug {
  border: 3px solid #124e84;
  max-width: 100px;
  margin: 0 auto 0 auto;
  transition-duration: .25s;
}

.mug:hover {
  border: 3px solid #1b76c7;
}

.fa-gift {
  font-size: .9em;
  margin-right: 7.5px;
  vertical-align: 1px;
}

.letter {
  background: #124e84;
  color: white;
  margin:0;
  padding: 5% 10%;
  cursor: default;
}

.letter p {
  line-height: 1.5;
  text-align: center;
}

.letter-title {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

.letter-divider {
  background: #1b76c7;
  bottom: 10px;
  display: block;
  content: "";
  height: 2px;
  margin: 10px auto 20px auto;
  width: 80px;
}

a.give-now {
  display: inline-block;
  background-color: #124e84;
  border-left: 5px solid #1b76c7;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .5px;
  padding: 20px;
  width: 100%;
  transition: all 0.25s;
  cursor: pointer;
  margin-bottom: 10px;
}

a.give-now span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.25s;
}

a.give-now:hover {
  background-color: #1b76c7;
}

a.give-now span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: -5px;
  right: -20px;
  transition: 0.25s;
  font-size: 20px;
  font-weight: bold;
}

a.give-now:hover span {
  padding-right: 25px;
}

a.give-now:hover span:after {
  opacity: 1;
  right: 0;
}

.accordion { text-align: left; }

.expandable-menu {
    background-color: #124e84;
    color: white;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    transition: .5s;
    margin: 0px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expandable-menu.active, .expandable-menu:hover {
    background-color: #1b76c7;
    color: white;
}

.expanded-menu-items {
    padding: 0 20px;
    background-color: white;
    border-bottom: 3px solid #1b76c7;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out;
    margin: 0 auto 10px auto;
    text-align: left;
}

.expanded-item-inner {
    padding: 2.5px 0;
    color: #lalala;
}